 # Each line in this file represents a position to check (relative to the cursor position).
# Empty lines and lines starting with # are ignored.
# The order of the points in this file dictates the order in which the positions are checked.

# NOTE: This first bunch of coordinates is the same as what the regular checking does,
#       so it has been commented out (but is in here so that it can easily be enabled
#       if we decide to ditch the normal checks).

# Check the cursor position first
0, 0

# Check vertically
0, -1
0, -2
0, 1
0, 2
0, 3

# Check the area around Toki Tori

-1, 0
1, 0
-1, -1
1, -1
-1, 1
1, 1
-2, 0
2, 0
-2, -1
2, -1
-2, 1
2, 1